home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id009.dxr / 00024_34.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  350 b   |  23 lines

  1. on exitFrame
  2.   if the timer > 1148 then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   global check, count, chk1, chk2, chk3, chk4, chk5, chk6, chk7
  11.   set check to 1
  12.   set count to 0
  13.   set chk1 to 1
  14.   set chk2 to 1
  15.   set chk3 to 1
  16.   set chk4 to 1
  17.   set chk5 to 1
  18.   set chk6 to 1
  19.   set chk7 to 1
  20.   sound stop 1
  21.   go(54)
  22. end
  23.